home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19941031-19941221 / 000033_news@columbia.edu_Wed Nov 2 08:00:45 1994.msg < prev    next >
Internet Message Format  |  1995-07-31  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA18098
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 2 Nov 1994 12:10:07 -0500
  3. Received: by apakabar.cc.columbia.edu id AA09242
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 2 Nov 1994 12:10:03 -0500
  5. Newsgroups: comp.protocols.kermit.misc
  6. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!news.sprintlink.net!EU.net!sun4nl!news.nic.surfnet.nl!rlmix1.rulimburg.nl!ICA.rulimburg.nl!Hans.Verhoeven
  7. From: Hans.Verhoeven@ica.rulimburg.nl (H. Verhoeven                               )
  8. Subject: printing 132 columns
  9. Message-Id: <Hans.Verhoeven.2.783763245@ICA.rulimburg.nl>
  10. Summary: kermit & print controller
  11. Sender: news@rlmix1.rulimburg.nl (USENET News System)
  12. Organization: University of Limburg, Maastricht, Holland
  13. Date: Wed, 2 Nov 1994 08:00:45 GMT
  14. Lines: 8
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. We use Kermit 3.13 with a VAX-ALPHA HOST application on a Banyan Network (TCP/IP
  18. protocol). The application can control the network printer by means of the 'printer controller'
  19. sequences (CSI 5 i to turn the hardcopy printer on and CSI 4 i to turn it off again). Of course
  20. Kermit will do the trick, however we would like to have the ability of printing in compressed
  21. mode (or better: to select a printer driver like HP, IBM etc) because most of the files we print
  22. are 132 columns width and we like to print it on a network printer. By the way it is of course
  23. not possible to change the printer setting by the well-known printer switchboard.
  24. Can anybody give me a suggestion on how to tackle this problem?